home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet bezpieczenstwa / mini Pentoo LiveCD 2006.1 / mpentoo-2006.1.iso / livecd.squashfs / usr / include / X11 / Xft / XftCompat.h < prev   
Encoding:
C/C++ Source or Header  |  2006-04-12  |  5.1 KB  |  165 lines

  1. /*
  2.  *
  3.  * Copyright ┬⌐ 2001 Keith Packard, member of The XFree86 Project, Inc.
  4.  *
  5.  * Permission to use, copy, modify, distribute, and sell this software and its
  6.  * documentation for any purpose is hereby granted without fee, provided that
  7.  * the above copyright notice appear in all copies and that both that
  8.  * copyright notice and this permission notice appear in supporting
  9.  * documentation, and that the name of Keith Packard not be used in
  10.  * advertising or publicity pertaining to distribution of the software without
  11.  * specific, written prior permission.  Keith Packard makes no
  12.  * representations about the suitability of this software for any purpose.  It
  13.  * is provided "as is" without express or implied warranty.
  14.  *
  15.  * KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
  16.  * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
  17.  * EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR
  18.  * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
  19.  * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
  20.  * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
  21.  * PERFORMANCE OF THIS SOFTWARE.
  22.  */
  23.  
  24. #ifndef _XFTCOMPAT_H_
  25. #define _XFTCOMPAT_H_
  26. #include <X11/Xfuncproto.h>
  27.  
  28. /*
  29.  * Compatibility definitions -- map Fc names to Xft names
  30.  */
  31.  
  32. typedef FcChar8        XftChar8;
  33. typedef FcChar16    XftChar16;
  34. typedef FcChar32    XftChar32;
  35.  
  36. #define XFT_FAMILY    FC_FAMILY
  37. #define XFT_STYLE    FC_STYLE
  38. #define XFT_SLANT    FC_SLANT
  39. #define XFT_WEIGHT    FC_WEIGHT
  40. #define XFT_SIZE    FC_SIZE
  41. #define XFT_PIXEL_SIZE    FC_PIXEL_SIZE
  42. #define XFT_SPACING    FC_SPACING
  43. #define XFT_FOUNDRY    FC_FOUNDRY
  44. #define XFT_ANTIALIAS    FC_ANTIALIAS
  45. #define XFT_FILE    FC_FILE
  46. #define XFT_INDEX    FC_INDEX
  47. #define XFT_RASTERIZER    FC_RASTERIZER
  48. #define XFT_OUTLINE    FC_OUTLINE
  49. #define XFT_SCALABLE    FC_SCALABLE
  50. #define XFT_RGBA    FC_RGBA
  51.  
  52. /* defaults from resources */
  53. #define XFT_SCALE    FC_SCALE
  54. #define XFT_MINSPACE    FC_MINSPACE
  55. #define XFT_DPI        FC_DPI
  56.  
  57. /* specific to FreeType rasterizer */
  58. #define XFT_CHAR_WIDTH    FC_CHAR_WIDTH
  59. #define XFT_CHAR_HEIGHT    FC_CHAR_HEIGHT
  60. #define XFT_MATRIX    FC_MATRIX
  61.  
  62. #define XFT_WEIGHT_LIGHT    FC_WEIGHT_LIGHT
  63. #define XFT_WEIGHT_MEDIUM    FC_WEIGHT_MEDIUM
  64. #define XFT_WEIGHT_DEMIBOLD    FC_WEIGHT_DEMIBOLD
  65. #define XFT_WEIGHT_BOLD        FC_WEIGHT_BOLD
  66. #define XFT_WEIGHT_BLACK    FC_WEIGHT_BLACK
  67.  
  68. #define XFT_SLANT_ROMAN        FC_SLANT_ROMAN
  69. #define XFT_SLANT_ITALIC    FC_SLANT_ITALIC
  70. #define XFT_SLANT_OBLIQUE    FC_SLANT_OBLIQUE
  71.  
  72. #define XFT_PROPORTIONAL    FC_PROPORTIONAL
  73. #define XFT_MONO        FC_MONO
  74. #define XFT_CHARCELL        FC_CHARCELL
  75.  
  76. #define XFT_RGBA_UNKNOWN    FC_RGBA_UNKNOWN
  77. #define XFT_RGBA_RGB        FC_RGBA_RGB
  78. #define XFT_RGBA_BGR        FC_RGBA_BGR
  79. #define XFT_RGBA_VRGB        FC_RGBA_VRGB
  80. #define XFT_RGBA_VBGR        FC_RGBA_VBGR
  81. #define XFT_RGBA_NONE        FC_RGBA_NONE
  82.  
  83. /*
  84.  * Old constants
  85.  */
  86. #define XFT_ENCODING        "encoding"
  87.  
  88. typedef FcType XftType;
  89.  
  90. typedef FcMatrix XftMatrix;
  91.  
  92. #define XftMatrixInit(m)    FcMatrixInit(m)
  93.  
  94. typedef FcResult    XftResult;
  95.  
  96. #define XftResultMatch        FcResultMatch
  97. #define XftResultNoMatch    FcResultNoMatch
  98. #define XftResultTypeMismatch    FcResultTypeMismatch
  99. #define XftResultNoId        FcResultNoId
  100.  
  101. typedef FcValue        XftValue;
  102. typedef FcPattern    XftPattern;
  103. typedef FcFontSet    XftFontSet;
  104. typedef FcObjectSet    XftObjectSet;
  105.  
  106. #define XftGlyphExists        XftCharExists
  107.  
  108. #define XftObjectSetCreate    FcObjectSetCreate
  109. #define XftObjectSetAdd        FcObjectSetAdd
  110. #define XftObjectSetDestroy    FcObjectSetDestroy
  111. #define XftObjectSetVaBuild    FcObjectSetVaBuild
  112. #define XftObjectSetBuild    FcObjectSetBuild
  113.  
  114. #define XftFontSetMatch        FcFontSetMatch
  115. #define XftFontSetDestroy    FcFontSetDestroy
  116.  
  117. #define XftMatrixEqual        FcMatrixEqual
  118. #define XftMatrixMultiply    FcMatrixMultiply
  119. #define XftMatrixRotate        FcMatrixRotate
  120. #define XftMatrixScale        FcMatrixScale
  121. #define XftMatrixShear        FcMatrixShear
  122.  
  123. #define XftPatternCreate    FcPatternCreate
  124. #define XftPatternDuplicate    FcPatternDuplicate
  125. #define XftValueDestroy        FcValueDestroy
  126. #define XftValueListDestroy    FcValueListDestroy
  127. #define XftPatternDestroy    FcPatternDestroy
  128. #define XftPatternFind        FcPatternFind
  129. #define XftPatternAdd        FcPatternAdd
  130. #define XftPatternGet        FcPatternGet
  131. #define XftPatternDel        FcPatternDel
  132. #define XftPatternAddInteger    FcPatternAddInteger
  133. #define XftPatternAddDouble    FcPatternAddDouble
  134. #define XftPatternAddString(p,e,s)    FcPatternAddString(p,e,(FcChar8 *)(s))
  135. #define XftPatternAddMatrix    FcPatternAddMatrix
  136. #define XftPatternAddBool    FcPatternAddBool
  137. #define XftPatternGetInteger    FcPatternGetInteger
  138. #define XftPatternGetDouble    FcPatternGetDouble
  139. #define XftPatternGetString(p,e,i,n)    FcPatternGetString(p,e,i,(FcChar8 **) (n))
  140. #define XftPatternGetMatrix    FcPatternGetMatrix
  141. #define XftPatternGetBool    FcPatternGetBool
  142. #define XftPatternVaBuild    FcPatternVaBuild
  143. #define XftPatternBuild        FcPatternBuild
  144.  
  145. #define XftUtf8ToUcs4        FcUtf8ToUcs4
  146. #define XftUtf8Len        FcUtf8Len
  147.  
  148. #define XftTypeVoid    FcTypeVoid
  149. #define XftTypeInteger    FcTypeInteger
  150. #define XftTypeDouble    FcTypeDouble
  151. #define XftTypeString    FcTypeString
  152. #define XftTypeBool    FcTypeBool
  153. #define XftTypeMatrix    FcTypeMatrix
  154.  
  155. #define XftConfigSubstitute(p) FcConfigSubstitute (0, p, FcMatchPattern)
  156.  
  157. _XFUNCPROTOBEGIN
  158.  
  159. FcBool
  160. XftNameUnparse (XftPattern *pat, char *dest, int len);
  161.  
  162. _XFUNCPROTOEND
  163.  
  164. #endif /* _XFTCOMPAT_H_ */
  165.